Release 10.1A: OpenEdge Development:
Java Open Clients
Result set schemas
Every result set object (input and output) has a schema associated with it. The schema describes the number, data type, name and extent of the columns.
This schema information for an output
ResultSetis available to the Java client through thegetMetaData()method of theResultSetobject. This information can be useful to the client if it wants to write generic routines to handle temp-table data, without hard coding specifics about the number of fields, their names, and their types.
|
Copyright © 2005 Progress Software Corporation www.progress.com Voice: (781) 280-4000 Fax: (781) 280-4095 |